The CxMssCmdEditor object is a dialog box-based editor for Command records of the Master Scheduling Service (MSS). Declare the object using the following code:
|
CreateObject("CxEditors.CxMssCmdEditor") |
Each method in this document will assume you have declared and connected the CxMssCmdEditor object using the following code:
|
Dim MssCmdEditor Set MssCmdEditor = CreateObject("CxEditors.CxMssCmdEditor") MssCmdEditor.Connect("CYGDEMO.MSS") |
More: